From 5360d431455096e61feba5b757ce501641bbdaf7 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 3 Aug 2023 17:48:42 +0300 Subject: [PATCH] luci-app-uhttpd: Remove LUA_TARGET The app was migrated to JS so the LUA_TARGET is not needed. Also remove LUCI_PKGARCH:=all which is anyway a default. Signed-off-by: Sergey Ponomarev --- applications/luci-app-uhttpd/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/applications/luci-app-uhttpd/Makefile b/applications/luci-app-uhttpd/Makefile index d28a48f87d..95429650a1 100644 --- a/applications/luci-app-uhttpd/Makefile +++ b/applications/luci-app-uhttpd/Makefile @@ -9,13 +9,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=uHTTPd Webserver Configuration LUCI_DEPENDS:= +uhttpd -LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel Dickinson -LUA_TARGET:=source - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -- 2.30.2